Skip to main content
GET
/
beta
/
aemp
/
Fleet
/
{pageNumber}
[beta] Get a list of AEMP equipment
curl --request GET \
  --url https://api.samsara.com/beta/aemp/Fleet/{pageNumber} \
  --header 'Authorization: Bearer <token>'
{
  "Fleet": {
    "Equipment": [
      {
        "EquipmentHeader": {
          "EquipmentID": "494123",
          "Model": "S630 T4",
          "OEMName": "Bobcat",
          "PIN": "8V8WD530FLN016251",
          "SerialNumber": "8V8WD530FLN016251",
          "UnitInstallDateTime": "2019-06-13T19:08:25Z"
        },
        "Location": {
          "Latitude": 12.34,
          "Longitude": 12.34,
          "datetime": "2019-06-13T19:08:25Z"
        },
        "CumulativeOperatingHours": {
          "Hour": 12.34,
          "datetime": "2019-06-13T19:08:25Z"
        },
        "DEFRemaining": {
          "Percent": 12,
          "datetime": "2019-06-13T19:08:25Z"
        },
        "Distance": {
          "Odometer": 12,
          "OdometerUnits": "kilometre",
          "datetime": "2019-06-13T19:08:25Z"
        },
        "EngineStatus": {
          "Running": true,
          "datetime": "2019-06-13T19:08:25Z"
        },
        "FuelRemaining": {
          "Percent": 12,
          "datetime": "2019-06-13T19:08:25Z"
        }
      }
    ],
    "Links": [
      {
        "href": "https://api.samsara.com/aemp/Fleet/1",
        "rel": "self"
      }
    ],
    "snapshotTime": "2019-06-13T19:08:25Z",
    "version": "1"
  }
}

Documentation Index

Fetch the complete documentation index at: https://samsara-showcase.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

pageNumber
string
required

The number corresponding to a specific page of paginated results, defaulting to the first page if not provided. The default page size is 100 records.

Response

OK response.

Fleet
object
required

Contains a list of equipment objects and links